configure: also add EXTRA_PREFIX to {CPP/LD}FLAGS
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 5 May 2020 09:24:53 +0000 (11:24 +0200)
committerWei Liu <wl@xen.org>
Wed, 6 May 2020 16:42:26 +0000 (17:42 +0100)
commit8a6b1665d987d043c12dc723d758a7d2ca765264
tree06b16d70f06100505e1e7a54d2f03d8174ee5200
parentcaf745fdf839f09bf96db6a1bd99fafab47de471
configure: also add EXTRA_PREFIX to {CPP/LD}FLAGS

The path provided by EXTRA_PREFIX should be added to the search path
of the configure script, like it's done in Config.mk. Not doing so
makes the search path for configure differ from the search path used
by the build.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
[ wei: run autogen.sh ]
Acked-by: Wei Liu <wl@xen.org>
m4/set_cflags_ldflags.m4
tools/configure